Delete an Ontology
: Ontology ID
No content
recipe.ontologies.delete(ontology_id='ontology_id') # # Delete Ontology from the platform. # # **Prerequisites**: You must be in the role of an *owner* or *developer*. # # :param ontology_id: ontology id # :return: True if success # :rtype: bool # #